type runtime.plainError
20 uses
runtime (current package)
arena.go#L625: panic(plainError("runtime: allocation size out of range"))
chan.go#L66: panic(plainError("makechan: size out of range"))
chan.go#L85: panic(plainError("makechan: size out of range"))
chan.go#L206: panic(plainError("send on closed channel"))
chan.go#L283: panic(plainError("send on closed channel"))
chan.go#L359: panic(plainError("close of nil channel"))
chan.go#L365: panic(plainError("close of closed channel"))
error.go#L104: type plainError string
error.go#L106: func (e plainError) RuntimeError() {}
error.go#L108: func (e plainError) Error() string {
error.go#L329: panic(plainError("value method " + pkg + "." + typ + "." + meth + " called using nil *" + typ + " pointer"))
malloc.go#L1348: panic(plainError("runtime: allocation size out of range"))
map.go#L581: panic(plainError("assignment to entry in nil map"))
map_fast32.go#L95: panic(plainError("assignment to entry in nil map"))
map_fast32.go#L185: panic(plainError("assignment to entry in nil map"))
map_fast64.go#L95: panic(plainError("assignment to entry in nil map"))
map_fast64.go#L185: panic(plainError("assignment to entry in nil map"))
map_faststr.go#L205: panic(plainError("assignment to entry in nil map"))
proc.go#L511: panic(plainError("arg size to reflect.call more than 1GB"))
select.go#L515: panic(plainError("send on closed channel"))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |